XdsObjects Help file
XdsObjects Namespace / XdsMultiString Class / Implicit Type Conversion Operator / Implicit Type Conversion(XdsMultiString,String[]) Operator
The array of values to assign to the new object



In This Topic
    Implicit Type Conversion(XdsMultiString,String[]) Operator
    In This Topic
    Create an XdsMultiString object from an array of strings
    Syntax
    Overloads Public Operator Widening CType( _
       ByVal Array() As String _
    ) As XdsMultiString
    
                
    public XdsMultiString operator implicit( 
       string[] Array
    )
    public:
    operator XdsMultiString^ ( 
       array<String^>^ Array
    )

    Parameters

    Array
    The array of values to assign to the new object

    Return Value

    A new XdsMultiString containing the copies of the strings in the array
    Remarks

    As this is an implicit oerator, it permits simple assigment of an array of strings to an XdsMultiString object

    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also